2026-01-07 23:44:20,114 - ERROR - 에러 발생: 'enabled'
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 138, in configure_pages_and_files
    self.option["setting_by_numeric"]["enabled"],
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'enabled'
2026-01-07 23:44:20,115 - ERROR - 에러 발생: 'NoneType' object is not iterable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 204, in update_current_progress
    for i, (widget_enabled, widget_process, _, _, _) in enumerate(self.pages_and_files):
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
2026-01-07 23:44:20,116 - ERROR - 에러 발생: 'NoneType' object is not subscriptable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 178, in load_menu_ui
    widget_enabled, widget_process, widget_class, widget_option, widget_instance = self.pages_and_files[index]
                                                                                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
TypeError: 'NoneType' object is not subscriptable
2026-01-07 23:45:24,859 - ERROR - 에러 발생: 'enabled'
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 138, in configure_pages_and_files
    self.option["setting_by_numeric"]["enabled"],
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'enabled'
2026-01-07 23:45:24,859 - ERROR - 에러 발생: 'NoneType' object is not iterable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 204, in update_current_progress
    for i, (widget_enabled, widget_process, _, _, _) in enumerate(self.pages_and_files):
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
2026-01-07 23:45:24,860 - ERROR - 에러 발생: 'NoneType' object is not subscriptable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 178, in load_menu_ui
    widget_enabled, widget_process, widget_class, widget_option, widget_instance = self.pages_and_files[index]
                                                                                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
TypeError: 'NoneType' object is not subscriptable
2026-01-07 23:46:48,750 - ERROR - 에러 발생: 'enabled'
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 140, in configure_pages_and_files
    self.option["setting_by_numeric"]["enabled"],
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'enabled'
2026-01-07 23:46:48,751 - ERROR - 에러 발생: 'NoneType' object is not iterable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 206, in update_current_progress
    for i, (widget_enabled, widget_process, _, _, _) in enumerate(self.pages_and_files):
                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
2026-01-07 23:46:48,751 - ERROR - 에러 발생: 'NoneType' object is not subscriptable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 180, in load_menu_ui
    widget_enabled, widget_process, widget_class, widget_option, widget_instance = self.pages_and_files[index]
                                                                                   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
TypeError: 'NoneType' object is not subscriptable
2026-01-07 23:48:22,196 - ERROR - 에러 발생: name 'CRS' is not defined
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\DistanceAnalysis\DistanceCalculation_dockwidget.py", line 534, in calculate_same_layer_nearest_n_dist_and_uid
    crs = CRS.from_user_input(g_valid.crs)
          ^^^
NameError: name 'CRS' is not defined
2026-01-08 00:50:31,134 - ERROR - 오류 발생: [WinError 32] 다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다: 'C:\\Users\\Administrator.SK-20220511JNEO\\Desktop\\초간단 테스트 shp\\분석 대상, 참조 레이어 거리 계산\\uuu.shp'
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\file.py", line 967, in export_gdf
    gdf.to_file(
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\site-packages\geopandas\geodataframe.py", line 1536, in to_file
    _to_file(self, filename, driver, schema, index, **kwargs)
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\site-packages\geopandas\io\file.py", line 686, in _to_file
    _to_file_pyogrio(df, filename, driver, schema, crs, mode, metadata, **kwargs)
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\site-packages\geopandas\io\file.py", line 748, in _to_file_pyogrio
    pyogrio.write_dataframe(df, filename, driver=driver, metadata=metadata, **kwargs)
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\site-packages\pyogrio\geopandas.py", line 654, in write_dataframe
    write(
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\site-packages\pyogrio\raw.py", line 709, in write
    ogr_write(
  File "pyogrio\\_io.pyx", line 2298, in pyogrio._io.ogr_write
  File "pyogrio\\_io.pyx", line 2089, in pyogrio._io.create_ogr_dataset_layer
PermissionError: [WinError 32] 다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다: 'C:\\Users\\Administrator.SK-20220511JNEO\\Desktop\\초간단 테스트 shp\\분석 대상, 참조 레이어 거리 계산\\uuu.shp'
2026-01-10 01:13:16,463 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 479, in batch_geocode
    i, resp = fut.result()  # ✅ call_batch에서 raise되면 여기서 터짐
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:13:19,774 - ERROR - 에러 발생: 'NoneType' object is not iterable
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\AddressConversion_dockwidget.py", line 613, in gdf_jibun_to_coord
    gdf_apply = self.apply_address_conversion(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\AddressConversion_dockwidget.py", line 582, in apply_address_conversion
    gdf["lon"] = [r.get("lon") if isinstance(r, dict) else None for r in results]
                                                                         ^^^^^^^
TypeError: 'NoneType' object is not iterable
2026-01-10 01:13:31,018 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 479, in batch_geocode
    i, resp = fut.result()  # ✅ call_batch에서 raise되면 여기서 터짐
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:45:14,180 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 479, in batch_geocode
    i, resp = fut.result()  # ✅ call_batch에서 raise되면 여기서 터짐
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:45:16,841 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 479, in batch_geocode
    i, resp = fut.result()  # ✅ call_batch에서 raise되면 여기서 터짐
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:47:40,121 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 488, in batch_geocode
    i, resp = fut.result()
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:57:29,259 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 488, in batch_geocode
    i, resp = fut.result()
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-10 01:58:26,073 - ERROR - 에러 발생: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>
Traceback (most recent call last):
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 488, in batch_geocode
    i, resp = fut.result()
              ^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\_base.py", line 401, in __get_result
    raise self._exception
  File "C:\PROGRA~1\QGIS33~1.13\apps\Python312\Lib\concurrent\futures\thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 402, in _worker_call
    return i, call_batch(session, bb, server_mode, api_url)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator.SK-20220511JNEO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\spatialAnalysis\AddressConversion\address_conversion_client.py", line 354, in call_batch
    raise RuntimeError(f"HTTP {resp.status_code}: {resp.text}")
RuntimeError: HTTP 404: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache Server at www.urbanq.kr Port 443</address>
</body></html>

2026-01-16 23:32:39,043 - ERROR - 빈 레이어: G:\urbanq 테스트\shp_head korea\accpoi2023_carecenter_0.shp
2026-01-17 22:53:34,728 - ERROR - 빈 레이어: G:\urbanq 테스트\shp_head korea\accpoi2023_carecenter_0.shp
2026-01-21 14:51:17,018 - ERROR - 에러 발생: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last):
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\security\status.py", line 146, in frost_echo
    result = execute_code_and_get_result(gm(code_str), exec_globals, "result")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\execute.py", line 21, in execute_code_and_get_result
    exec(code, exec_globals, local_env)
  File "<string>", line 8, in <module>
  File "<frozen genericpath>", line 62, in getsize
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
2026-01-21 15:09:50,500 - ERROR - 에러 발생: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last):
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\security\status.py", line 146, in frost_echo
    result = execute_code_and_get_result(gm(code_str), exec_globals, "result")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\execute.py", line 21, in execute_code_and_get_result
    exec(code, exec_globals, local_env)
  File "<string>", line 8, in <module>
  File "<frozen genericpath>", line 62, in getsize
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
2026-01-21 15:09:54,072 - ERROR - 에러 발생: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Traceback (most recent call last):
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\security\status.py", line 146, in frost_echo
    result = execute_code_and_get_result(gm(code_str), exec_globals, "result")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\function\execute.py", line 21, in execute_code_and_get_result
    exec(code, exec_globals, local_env)
  File "<string>", line 8, in <module>
  File "<frozen genericpath>", line 62, in getsize
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
2026-01-28 23:42:30,386 - ERROR - 에러 발생: setText(self, a0: Optional[str]): argument 1 has unexpected type 'tuple'
Traceback (most recent call last):
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\dataConversion\DataAggregationAndFiltering\DataAggregationAndFiltering_dockwidget.py", line 180, in load_menu_ui
    widget_instance = widget_class(self, self.option)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\urbanq\menu\autoUI\ImageDescription_dockwidget.py", line 53, in __init__
    self.qlabel_3527.setText(job_tooltip)
TypeError: setText(self, a0: Optional[str]): argument 1 has unexpected type 'tuple'
